﻿@charset "UTF-8";
@import url(../css/public.css);
@import url(../css/iconfont.css);

.wrapper {
    background: #f6f6f6;
    float: left;
}

.conBox_1 {
    width: 100%;
    float: left;
}

    .conBox_1 .box {
        width: 100%;
        float: left;
        padding-left: 245px;
    }

        .conBox_1 .box .top {
            float: left;
            width: 100%;
        }

            .conBox_1 .box .top .slide {
                width: 750px;
                float: left;
                /*固定大小样式*/
            }

                .conBox_1 .box .top .slide .lunbo01 {
                    float: left;
                    width: 750px;
                    height: 400px;
                    background: #eee;
                    position: relative;
                }

                .conBox_1 .box .top .slide .banner-main-img01 {
                    height: 400px;
                    width: 750px;
                    overflow: hidden;
                }

                    .conBox_1 .box .top .slide .banner-main-img01 li {
                        width: 750px;
                        display: none;
                        overflow: hidden;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                        .conBox_1 .box .top .slide .banner-main-img01 li img {
                            width: 750px;
                            height: 400px;
                            display: block;
                            position: relative;
                            left: 0;
                            top: 0;
                        }

                .conBox_1 .box .top .slide .ui-controls01 ul {
                    position: absolute;
                    bottom: 20px;
                    right: 20px;
                    text-align: center;
                    width: 100%;
                }

                    .conBox_1 .box .top .slide .ui-controls01 ul li {
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        margin: 0px 5px;
                        border: 2px solid #ddd;
                        background: #eee;
                        border-radius: 50%;
                        /*ie8以上css*/
                        /*border-radius: 50%;
          background: rgba(0, 0, 0, 0.5);
          border: 2px solid rgba(255, 255, 255, 0.9); */
                        text-indent: -9999px;
                        overflow: hidden;
                        cursor: pointer;
                        -webkit-transition: all .2s;
                        transition: all .2s;
                    }

                        .conBox_1 .box .top .slide .ui-controls01 ul li:hover {
                            border: 2px solid #ccc;
                            background: #fb683b;
                            /*border: 2px solid rgba(0, 0, 0, 0.5);
          background: rgba(255, 255, 255, 0.6);*/
                        }

                    .conBox_1 .box .top .slide .ui-controls01 ul .current {
                        border: 2px solid #ccc;
                        background: #fb683b;
                        /*border: 2px solid rgba(0, 0, 0, 0.5);
          background: rgba(255, 255, 255, 0.6);*/
                    }

                .conBox_1 .box .top .slide .ui-controls01 .ui-prev01 {
                    width: 41px;
                    height: 69px;
                    position: absolute;
                    top: 50%;
                    left: 0px;
                    margin-top: -35px;
                    text-indent: -9999px;
                    overflow: hidden;
                    background: url(../images/icon-slides.png) no-repeat -84px 50%;
                    z-index: 999;
                    cursor: pointer;
                }

                .conBox_1 .box .top .slide .ui-controls01 .ui-next01 {
                    width: 41px;
                    height: 69px;
                    position: absolute;
                    top: 50%;
                    right: 0px;
                    margin-top: -35px;
                    text-indent: -9999px;
                    overflow: hidden;
                    background: url(../images/icon-slides.png) no-repeat -125px 50%;
                    z-index: 999;
                    cursor: pointer;
                }

                .conBox_1 .box .top .slide .ui-controls01 .ui-prev01:hover {
                    background-position-x: 0px;
                }

                .conBox_1 .box .top .slide .ui-controls01 .ui-next01:hover {
                    background-position-x: -42px;
                }

            .conBox_1 .box .top .landing_box {
                width: 205px;
                float: left;
                background: #fff;
                height: 400px;
            }

                .conBox_1 .box .top .landing_box .landing {
                    width: 100%;
                    float: left;
                    background: #fff;
                }

                    .conBox_1 .box .top .landing_box .landing .info {
                        width: 100%;
                        float: left;
                        padding: 20px 20px;
                        background: #322f32;
                        color: #fff;
                    }

                        .conBox_1 .box .top .landing_box .landing .info .img {
                            float: left;
                            width: 42px;
                        }

                        .conBox_1 .box .top .landing_box .landing .info .content {
                            float: left;
                            width: 100px;
                            margin-left: 10px;
                            font-size: 12px;
                        }

                            .conBox_1 .box .top .landing_box .landing .info .content a {
                                font-size: 15px;
                                font-weight: bold;
                                color: #fff;
                            }

                        .conBox_1 .box .top .landing_box .landing .info .but {
                            width: 100%;
                            float: left;
                            text-align: center;
                            margin-top: 15px;
                        }

                            .conBox_1 .box .top .landing_box .landing .info .but a {
                                color: #ab957b;
                                font-size: 12px;
                            }

                .conBox_1 .box .top .landing_box .checkin {
                    float: left;
                    width: 100%;
                    text-align: center;
                }

                    .conBox_1 .box .top .landing_box .checkin .box_title {
                        display: inline-block;
                        border-bottom: 1px dashed #999;
                        padding: 15px 0;
                        margin-bottom: 10px;
                    }

                    .conBox_1 .box .top .landing_box .checkin li {
                        float: left;
                        width: 100%;
                        padding: 5px 0;
                    }

                        .conBox_1 .box .top .landing_box .checkin li img {
                            margin-right: 5px;
                        }

                        .conBox_1 .box .top .landing_box .checkin li .title {
                            font-weight: bold;
                        }

                        .conBox_1 .box .top .landing_box .checkin li .desc {
                            color: #666;
                        }

                    .conBox_1 .box .top .landing_box .checkin .more {
                        width: 100%;
                        text-align: center;
                        float: left;
                        margin-top: 20px;
                        padding: 0 15px;
                    }

                        .conBox_1 .box .top .landing_box .checkin .more a {
                            background: #fb683b;
                            color: #fff;
                            line-height: 30px;
                            padding-top: 2px;
                            display: block;
                            position: relative;
                        }

                            .conBox_1 .box .top .landing_box .checkin .more a:before {
                                width: 0;
                                height: 0;
                                border-left: 12px solid transparent;
                                border-right: 12px solid transparent;
                                border-top: 10px solid #fff;
                                position: absolute;
                                left: 50%;
                                content: "";
                                top: -3px;
                                margin-left: -12px;
                            }

                            .conBox_1 .box .top .landing_box .checkin .more a:after {
                                font-family: "icon";
                                content: "\e607";
                                color: #fb683b;
                                position: absolute;
                                font-size: 18px;
                                top: -20px;
                                left: 50%;
                                margin-left: -8px;
                            }

        .conBox_1 .box .bottom {
            float: left;
            width: 100%;
        }

            .conBox_1 .box .bottom .p_list {
                width: 750px;
                float: left;
            }

                .conBox_1 .box .bottom .p_list li {
                    width: 33.33333%;
                    float: left;
                }

            .conBox_1 .box .bottom .n_roll {
                background: #f8f8f8;
                float: left;
                width: 205px;
                padding: 20px 20px;
                height: 120px;
            }

                .conBox_1 .box .bottom .n_roll .title {
                    font-size: 14px;
                    font-weight: bold;
                }

                    .conBox_1 .box .bottom .n_roll .title img {
                        width: 20px;
                        margin-right: 10px;
                    }

                .conBox_1 .box .bottom .n_roll #roll {
                    height: 40px;
                    overflow: hidden;
                    margin-top: 10px;
                }

                    .conBox_1 .box .bottom .n_roll #roll li {
                        height: 40px;
                        overflow: hidden;
                    }

                        .conBox_1 .box .bottom .n_roll #roll li a {
                            font-size: 12px;
                            color: #666;
                            position: relative;
                            padding-left: 10px;
                            display: block;
                        }

                            .conBox_1 .box .bottom .n_roll #roll li a:before {
                                position: absolute;
                                content: "- ";
                                left: 0px;
                            }

.conBox_2 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .conBox_2 .bg_color {
        width: 100%;
        float: left;
        padding: 30px 20px;
        background: #fff;
    }

        .conBox_2 .bg_color .box_title {
            float: left;
            width: 100%;
            padding: 0 5px;
        }

            .conBox_2 .bg_color .box_title .title {
                float: left;
                font-size: 18px;
                font-weight: bold;
            }

                .conBox_2 .bg_color .box_title .title img {
                    margin-right: 10px;
                    height: 18px;
                }

            .conBox_2 .bg_color .box_title .desc {
                float: left;
                margin-top: 4px;
                margin-left: 10px;
            }

    .conBox_2 .control-box {
        width: 1160px;
        height: 290px;
        float: left;
    }

        .conBox_2 .control-box img {
            width: 100%;
            float: left;
        }

    .conBox_2 .switch {
        float: right;
    }

        .conBox_2 .switch li {
            float: left;
            border: 1px solid #666;
            text-align: center;
            line-height: 20px;
            color: #666;
            width: 35px;
            cursor: pointer;
            margin-left: 20px;
        }

            .conBox_2 .switch li i {
                font-size: 12px;
            }

            .conBox_2 .switch li:hover {
                background: #fb683b;
                border: 1px solid #fb683b;
                color: #fff;
            }

    .conBox_2 .bigbox {
        overflow: hidden;
        width: 1160px;
        height: 290px;
    }

    .conBox_2 #switcher {
        height: 290px;
        left: 0px;
    }

    .conBox_2 .content_1.content_2 {
        width: 100%;
        float: left;
    }

    .conBox_2 .box {
        transition: all .7s ease 0s;
        width: 200px;
        height: 290px;
        float: left;
        border-right: 11px solid #fff;
        border-left: 11px solid #fff;
        margin-top: 20px;
    }

        .conBox_2 .box:hover .title h3 {
            color: #fb683b;
        }

        .conBox_2 .box .title {
            height: 22px;
            margin: 7px 0 5px 0;
            overflow: hidden;
            float: left;
            width: 100%;
        }

            .conBox_2 .box .title h3 {
                font-size: 15px;
            }

        .conBox_2 .box img {
            width: 100%;
        }

        .conBox_2 .box a {
            display: block;
            position: relative;
        }

            .conBox_2 .box a:before {
                content: "";
                position: absolute;
                width: 1px;
                height: 100%;
                background: #f0f0f0;
                left: -13px;
            }

            .conBox_2 .box a .price {
                color: #fb683b;
                font-weight: bold;
            }

        .conBox_2 .box:hover {
            opacity: 0.9;
        }

.conBox_3 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .conBox_3 .bg_color {
        width: 100%;
        float: left;
        padding: 30px 20px;
        background: #fff;
    }

        .conBox_3 .bg_color .box_title {
            float: left;
            width: 100%;
            padding: 0 5px;
        }

            .conBox_3 .bg_color .box_title .title {
                float: left;
                font-size: 18px;
                font-weight: bold;
            }

                .conBox_3 .bg_color .box_title .title img {
                    margin-right: 10px;
                    height: 18px;
                }

            .conBox_3 .bg_color .box_title .desc {
                float: left;
                margin-top: 4px;
                margin-left: 10px;
            }

            .conBox_3 .bg_color .box_title .more {
                float: right;
            }

                .conBox_3 .bg_color .box_title .more a {
                    display: inline-block;
                    border-radius: 3px;
                    color: #fb683b;
                }

                    .conBox_3 .bg_color .box_title .more a i {
                        font-size: 12px;
                    }

                    .conBox_3 .bg_color .box_title .more a:hover {
                        border: 1px solid #fb683b;
                        background: #fb683b;
                        color: #fff;
                    }

        .conBox_3 .bg_color .tab {
            background: #fff url(./img/img_12.png) no-repeat;
            float: left;
            width: 100%;
            margin-top: 20px;
        }

            .conBox_3 .bg_color .tab .tab_title {
                width: 164px;
                float: left;
                margin-top: 30px;
                height: 450px;
                padding: 20px 0px 20px 20px;
            }

                .conBox_3 .bg_color .tab .tab_title li {
                    float: left;
                    width: 100%;
                    line-height: 40px;
                    padding-left: 30px;
                    border-bottom: 1px solid #ff8455;
                }

                    .conBox_3 .bg_color .tab .tab_title li a {
                        color: #fff;
                        display: block;
                    }

                .conBox_3 .bg_color .tab .tab_title .on {
                    background: #fff;
                    border-radius: 30px 0 0 30px;
                    border-bottom: 0;
                }

                    .conBox_3 .bg_color .tab .tab_title .on a {
                        color: #333;
                    }

            .conBox_3 .bg_color .tab .tab_content {
                width: 995px;
                float: right;
                padding: 10px 0;
            }

                .conBox_3 .bg_color .tab .tab_content li {
                    width: 20%;
                    float: left;
                    margin-top: 20px;
                    padding-left: 20px;
                }

                    .conBox_3 .bg_color .tab .tab_content li a {
                        display: block;
                    }

                        .conBox_3 .bg_color .tab .tab_content li a img {
                            width: 100%;
                        }

                        .conBox_3 .bg_color .tab .tab_content li a .title {
                            margin-top: 7px;
                        }

                            .conBox_3 .bg_color .tab .tab_content li a .title h3 {
                                font-size: 15px;
                                font-weight: bold;
                                height: 18px;
                                overflow: hidden;
                            }

                        .conBox_3 .bg_color .tab .tab_content li a .price {
                            color: #fb683b;
                            font-weight: bold;
                        }

                .conBox_3 .bg_color .tab .tab_content ul {
                    display: none;
                }

                .conBox_3 .bg_color .tab .tab_content .on {
                    display: block;
                }

.conBox_4 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .conBox_4 .bg_color {
        width: 100%;
        float: left;
        padding: 30px 20px;
        background: #fff;
    }

        .conBox_4 .bg_color .box_title {
            float: left;
            width: 100%;
            padding: 0 5px;
        }

            .conBox_4 .bg_color .box_title .title {
                float: left;
                font-size: 18px;
                font-weight: bold;
            }

                .conBox_4 .bg_color .box_title .title img {
                    margin-right: 10px;
                    height: 18px;
                }

            .conBox_4 .bg_color .box_title .desc {
                float: left;
                margin-top: 4px;
                margin-left: 10px;
            }

    .conBox_4 .control-box {
        width: 1160px;
        height: 617px;
        float: left;
    }

        .conBox_4 .control-box img {
            width: 100%;
            float: left;
        }

    .conBox_4 .switch {
        float: right;
    }

        .conBox_4 .switch li {
            float: left;
            border: 1px solid #666;
            text-align: center;
            line-height: 20px;
            color: #666;
            width: 35px;
            cursor: pointer;
            margin-left: 20px;
        }

            .conBox_4 .switch li i {
                font-size: 12px;
            }

            .conBox_4 .switch li:hover {
                background: #fb683b;
                border: 1px solid #fb683b;
                color: #fff;
            }

    .conBox_4 .bigbox {
        overflow: hidden;
        width: 1160px;
        height: 590px;
    }

    .conBox_4 #switcher {
        height: 617px;
        left: 0px;
    }

    .conBox_4 .content_1.content_2 {
        width: 100%;
        float: left;
    }

    .conBox_4 .box {
        transition: all .7s ease 0s;
        width: 580px;
        height: 590px;
        float: left;
        border-right: 5px solid #fff;
        border-left: 5px solid #fff;
        margin-top: 20px;
    }

        .conBox_4 .box ul {
            width: 100%;
            float: left;
        }

            .conBox_4 .box ul li {
                width: 100%;
                float: left;
                padding: 20px 20px;
                margin: 5px 0;
            }

                .conBox_4 .box ul li .left {
                    width: 280px;
                    float: left;
                }

                    .conBox_4 .box ul li .left .info {
                        float: left;
                        width: 250px;
                    }

                        .conBox_4 .box ul li .left .info .logo {
                            width: 110px;
                            float: left;
                            background: #fff;
                        }

                        .conBox_4 .box ul li .left .info .fr {
                            float: right;
                            margin-left: 10px;
                            margin-top: 10px;
                            width: 130px;
                        }

                            .conBox_4 .box ul li .left .info .fr .name {
                                font-size: 15px;
                                font-weight: bold;
                            }

                            .conBox_4 .box ul li .left .info .fr i {
                                float: left;
                                font-size: 12px;
                                color: #ffbf36;
                            }

                    .conBox_4 .box ul li .left .desc {
                        float: left;
                        width: 100%;
                        margin: 10px 0;
                        color: #666;
                    }

                    .conBox_4 .box ul li .left .more {
                        float: left;
                        width: 100%;
                    }

                        .conBox_4 .box ul li .left .more a {
                            color: #ccc;
                            border: 1px solid #ccc;
                            display: inline-block;
                            padding: 0 15px;
                            line-height: 25px;
                        }

                            .conBox_4 .box ul li .left .more a:hover {
                                border: 1px solid #fb683b;
                                color: #fb683b;
                            }

                .conBox_4 .box ul li .right {
                    float: left;
                    width: 248px;
                }

                    .conBox_4 .box ul li .right .item {
                        width: 50%;
                        float: left;
                        padding-left: 10px;
                        text-align: center;
                    }

                        .conBox_4 .box ul li .right .item a {
                            color: #666;
                        }

                            .conBox_4 .box ul li .right .item a h4 {
                                margin-top: 7px;
                                display: inline-block;
                            }

                        .conBox_4 .box ul li .right .item:hover a {
                            color: #fb683b;
                        }

                .conBox_4 .box ul li:hover {
                    background: #f9f9f9;
                }

        .conBox_4 .box img {
            width: 100%;
        }

        .conBox_4 .box a .price {
            color: #fb683b;
            font-weight: bold;
        }

        .conBox_4 .box:hover {
            opacity: 0.9;
        }

.conBox_5 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .conBox_5 .bg_color {
        width: 100%;
        float: left;
        padding: 30px 20px;
        background: #fff;
    }

        .conBox_5 .bg_color .box_title {
            float: left;
            width: 100%;
            padding: 0 5px;
        }

            .conBox_5 .bg_color .box_title .title {
                float: left;
                font-size: 18px;
                font-weight: bold;
            }

                .conBox_5 .bg_color .box_title .title img {
                    margin-right: 10px;
                    height: 18px;
                }

            .conBox_5 .bg_color .box_title .desc {
                float: left;
                margin-top: 4px;
                margin-left: 10px;
            }

        .conBox_5 .bg_color .box {
            float: left;
            width: 100%;
            float: left;
            margin-top: 20px;
        }

            .conBox_5 .bg_color .box .left {
                background: url(./img/img_08.png) no-repeat;
                float: left;
                width: 200px;
                height: 427px;
                padding: 40px 20px 20px 20px;
            }

                .conBox_5 .bg_color .box .left .content {
                    float: left;
                    color: #fff;
                }

                    .conBox_5 .bg_color .box .left .content h4 {
                        font-size: 26px;
                        font-weight: normal;
                    }

                    .conBox_5 .bg_color .box .left .content p {
                        font-size: 18px;
                        font-weight: bold;
                    }

                .conBox_5 .bg_color .box .left .release {
                    border: 1px solid #fff;
                    padding: 0 20px;
                    line-height: 30px;
                    float: left;
                    margin-top: 40px;
                }

                    .conBox_5 .bg_color .box .left .release a {
                        display: block;
                        color: #fff;
                    }

            .conBox_5 .bg_color .box .right {
                float: left;
                width: 960px;
            }

                .conBox_5 .bg_color .box .right li {
                    padding-left: 20px;
                    padding-bottom: 20px;
                    width: 50%;
                    float: left;
                }

                    .conBox_5 .bg_color .box .right li a {
                        border: 1px solid #f0f0f0;
                        display: inline-block;
                        padding: 20px;
                        position: relative;
                        width: 100%;
                    }

                        .conBox_5 .bg_color .box .right li a .img {
                            background: url(./img/img_07.png);
                            width: 61px;
                            height: 25px;
                            position: absolute;
                            left: 0px;
                            top: 0px;
                            padding-left: 10px;
                            line-height: 25px;
                            color: #fff;
                        }

                        .conBox_5 .bg_color .box .right li a .title {
                            position: relative;
                            float: left;
                            margin-top: 20px;
                            width: 100%;
                        }

                            .conBox_5 .bg_color .box .right li a .title h4 {
                                padding-right: 90px;
                                height: 45px;
                                overflow: hidden;
                            }

                            .conBox_5 .bg_color .box .right li a .title p {
                                position: absolute;
                                right: 0px;
                                top: 0px;
                                color: #ff0000;
                                font-weight: bold;
                            }

                        .conBox_5 .bg_color .box .right li a .more {
                            float: left;
                            color: #666;
                        }

                        .conBox_5 .bg_color .box .right li a:hover {
                            border: 1px solid #fb683b;
                        }

                            .conBox_5 .bg_color .box .right li a:hover .more {
                                color: #fb683b;
                            }

.conBox_6 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .conBox_6 .bg_color {
        width: 100%;
        float: left;
        background: #fff;
    }

        .conBox_6 .bg_color .fl_news {
            float: left;
            width: 840px;
            padding: 20px 0px 20px 20px;
        }

            .conBox_6 .bg_color .fl_news .box_title {
                float: left;
                width: 100%;
                margin-bottom: 20px;
            }

                .conBox_6 .bg_color .fl_news .box_title .title {
                    float: left;
                    font-size: 18px;
                    font-weight: bold;
                }

                    .conBox_6 .bg_color .fl_news .box_title .title img {
                        margin-right: 10px;
                        height: 18px;
                    }

                .conBox_6 .bg_color .fl_news .box_title .desc {
                    float: left;
                    margin-top: 4px;
                    margin-left: 10px;
                }

            .conBox_6 .bg_color .fl_news .tab_title {
                float: left;
                width: 100%;
                border-bottom: 1px solid #f0f0f0;
            }

                .conBox_6 .bg_color .fl_news .tab_title li {
                    float: left;
                    margin-right: 0px;
                    line-height: 40px;
                    padding: 0 20px;
                    cursor: pointer;
                }

                    .conBox_6 .bg_color .fl_news .tab_title li:hover {
                        color: #fb683b;
                    }

                .conBox_6 .bg_color .fl_news .tab_title .on {
                    background-image: linear-gradient(to bottom, #fef2e6 0%, #fff 100%);
                    color: #fb683b;
                }

            .conBox_6 .bg_color .fl_news .tab_content {
                float: left;
                margin-top: 10px;
            }

                .conBox_6 .bg_color .fl_news .tab_content .tab_block {
                    display: none;
                    float: left;
                    width: 100%;
                }

                    .conBox_6 .bg_color .fl_news .tab_content .tab_block .imglist {
                        float: left;
                        width: 250px;
                        position: relative;
                    }

                        .conBox_6 .bg_color .fl_news .tab_content .tab_block .imglist img {
                            width: 100%;
                        }

                        .conBox_6 .bg_color .fl_news .tab_content .tab_block .imglist .title {
                            background: rgba(0, 0, 0, 0.2);
                            position: absolute;
                            bottom: 0px;
                            width: 100%;
                            height: 30px;
                            color: #fff;
                            line-height: 30px;
                            padding: 0 10px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                    .conBox_6 .bg_color .fl_news .tab_content .tab_block ul {
                        width: 530px;
                        float: left;
                    }

                        .conBox_6 .bg_color .fl_news .tab_content .tab_block ul li {
                            float: left;
                            width: 50%;
                            padding-left: 20px;
                            font-size: 14px;
                            margin-top: 10px;
                            margin-bottom: 10px;
                        }

                            .conBox_6 .bg_color .fl_news .tab_content .tab_block ul li a {
                                display: block;
                                height: 18px;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                position: relative;
                                padding-left: 10px;
                            }

                                .conBox_6 .bg_color .fl_news .tab_content .tab_block ul li a:before {
                                    width: 5px;
                                    height: 5px;
                                    background: #fb683b;
                                    content: "";
                                    position: absolute;
                                    left: 0px;
                                    top: 8px;
                                    border-radius: 50%;
                                }

                                .conBox_6 .bg_color .fl_news .tab_content .tab_block ul li a:hover {
                                    color: #fb683b;
                                }

                .conBox_6 .bg_color .fl_news .tab_content .on {
                    display: block;
                }

        .conBox_6 .bg_color .fr_news {
            width: 360px;
            float: right;
            border-left: 1px solid #f0f0f0;
            min-height: 300px;
        }

            .conBox_6 .bg_color .fr_news .box_title {
                font-size: 18px;
                float: left;
                position: relative;
                border-left: 4px solid #fb683b;
                line-height: 18px;
                padding-left: 10px;
                margin-left: 20px;
                margin-top: 20px;
            }

            .conBox_6 .bg_color .fr_news ul {
                float: left;
                width: 100%;
                padding: 10px 20px 20px 20px;
            }

                .conBox_6 .bg_color .fr_news ul li:nth-child(1) em, .conBox_6 .bg_color .fr_news ul li:nth-child(2) em, .conBox_6 .bg_color .fr_news ul li:nth-child(3) em {
                    color: #fb683b;
                }

                .conBox_6 .bg_color .fr_news ul li {
                    margin-top: 10px;
                    margin-bottom: 10px;
                    float: left;
                    width: 100%;
                }

                    .conBox_6 .bg_color .fr_news ul li a {
                        display: block;
                        height: 18px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                        .conBox_6 .bg_color .fr_news ul li a em {
                            margin-right: 5px;
                        }

                        .conBox_6 .bg_color .fr_news ul li a:hover {
                            color: #fb683b;
                        }

            .conBox_6 .bg_color .fr_news .more {
                border-top: solid #f0f0f0 1px;
                float: left;
                width: 100%;
                padding: 20px;
                text-align: center;
            }

                .conBox_6 .bg_color .fr_news .more a {
                    font-size: 18px;
                    font-weight: bold;
                    color: #515151;
                }

                    .conBox_6 .bg_color .fr_news .more a i {
                        border: 1px solid #fb683b;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        font-size: 12px;
                        padding: 3px;
                        color: #fb683b;
                        margin-left: 10px;
                        margin-top: -5px;
                    }

                    .conBox_6 .bg_color .fr_news .more a:hover {
                        color: #fb683b;
                    }

.conBox_7 {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .conBox_7 .bg_color {
        width: 100%;
        float: left;
        background: #fff;
    }

        .conBox_7 .bg_color .fl_news {
            float: left;
            width: 840px;
            padding: 20px 0px 20px 20px;
        }

            .conBox_7 .bg_color .fl_news .box_title {
                float: left;
                width: 100%;
                margin-bottom: 20px;
            }

                .conBox_7 .bg_color .fl_news .box_title .title {
                    float: left;
                    font-size: 18px;
                    font-weight: bold;
                }

                    .conBox_7 .bg_color .fl_news .box_title .title img {
                        margin-right: 10px;
                        height: 18px;
                    }

                .conBox_7 .bg_color .fl_news .box_title .desc {
                    float: left;
                    margin-top: 4px;
                    margin-left: 10px;
                }

            .conBox_7 .bg_color .fl_news .tab_title {
                float: left;
                width: 100%;
                border-bottom: 1px solid #f0f0f0;
            }

                .conBox_7 .bg_color .fl_news .tab_title li {
                    float: left;
                    margin-right: 0px;
                    line-height: 40px;
                    padding: 0 20px;
                    cursor: pointer;
                }

                    .conBox_7 .bg_color .fl_news .tab_title li:hover {
                        color: #fb683b;
                    }

                .conBox_7 .bg_color .fl_news .tab_title .on {
                    background-image: linear-gradient(to bottom, #fef2e6 0%, #fff 100%);
                    color: #fb683b;
                }

            .conBox_7 .bg_color .fl_news .tab_content {
                float: left;
                width: 100%;
                margin-top: 10px;
            }

                .conBox_7 .bg_color .fl_news .tab_content ul {
                    width: 100%;
                    float: left;
                    display: none;
                }

                    .conBox_7 .bg_color .fl_news .tab_content ul li:nth-child(even) {
                        float: left;
                        margin-left: 20px;
                    }

                    .conBox_7 .bg_color .fl_news .tab_content ul li:nth-last-child(1) {
                        border: 0px;
                    }

                    .conBox_7 .bg_color .fl_news .tab_content ul li:nth-last-child(2) {
                        border: 0px;
                    }

                    .conBox_7 .bg_color .fl_news .tab_content ul li {
                        float: left;
                        width: 46%;
                        padding: 13px 0px;
                        font-size: 14px;
                        border-bottom: 1px solid #f0f0f0;
                    }

                        .conBox_7 .bg_color .fl_news .tab_content ul li .ask {
                            float: left;
                            position: relative;
                            height: 18px;
                            padding-left: 30px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            width: 100%;
                        }

                            .conBox_7 .bg_color .fl_news .tab_content ul li .ask h3 {
                                font-size: 14px;
                            }

                            .conBox_7 .bg_color .fl_news .tab_content ul li .ask:hover a {
                                color: #fb683b;
                            }

                            .conBox_7 .bg_color .fl_news .tab_content ul li .ask:before {
                                content: "Q";
                                font-size: 12px;
                                background: #6a7281;
                                position: absolute;
                                left: 0px;
                                width: 20px;
                                color: #fff;
                                text-align: center;
                                border-radius: 50% 50% 0 50%;
                            }

                        .conBox_7 .bg_color .fl_news .tab_content ul li .answer {
                            float: left;
                            width: 100%;
                            position: relative;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            height: 18px;
                            padding-left: 30px;
                            margin-top: 5px;
                            font-size: 12px;
                            color: #999;
                        }

                            .conBox_7 .bg_color .fl_news .tab_content ul li .answer:before {
                                content: "A";
                                font-size: 12px;
                                background: #ffb258;
                                position: absolute;
                                left: 0px;
                                width: 20px;
                                color: #fff;
                                text-align: center;
                                border-radius: 50% 50% 0 50%;
                            }

                .conBox_7 .bg_color .fl_news .tab_content .on {
                    display: block;
                }

        .conBox_7 .bg_color .fr_news {
            width: 360px;
            float: right;
            border-left: 1px solid #f0f0f0;
            min-height: 300px;
        }

            .conBox_7 .bg_color .fr_news .box_title {
                font-size: 18px;
                float: left;
                position: relative;
                border-left: 4px solid #fb683b;
                line-height: 18px;
                padding-left: 10px;
                margin-left: 20px;
                margin-top: 20px;
                font-weight: bold;
            }

            .conBox_7 .bg_color .fr_news ul {
                float: left;
                width: 100%;
                padding: 10px 20px 20px 20px;
            }

                .conBox_7 .bg_color .fr_news ul li {
                    float: left;
                    width: 100%;
                    padding: 10px 0;
                    position: relative;
                    padding-left: 18px;
                }

                    .conBox_7 .bg_color .fr_news ul li:before {
                        width: 10px;
                        background: #f6b37f;
                        height: 10px;
                        left: -3px;
                        position: absolute;
                        content: "";
                        border-radius: 50%;
                        top: 15px;
                        z-index: 9;
                    }

                    .conBox_7 .bg_color .fr_news ul li:after {
                        position: absolute;
                        border-left: 1px dashed #f6b37f;
                        left: 2px;
                        top: 15px;
                        width: 1px;
                        height: 100%;
                        content: "";
                        z-index: 8;
                    }

                    .conBox_7 .bg_color .fr_news ul li .time {
                        background: #fff6f1;
                        color: #f5b381;
                        font-size: 12px;
                        float: left;
                        padding: 2px 10px;
                    }

                    .conBox_7 .bg_color .fr_news ul li a {
                        float: left;
                        display: inline-block;
                        width: 100%;
                        font-size: 14px;
                        margin-top: 10px;
                    }

                        .conBox_7 .bg_color .fr_news ul li a:hover {
                            color: #f5b381;
                        }

            .conBox_7 .bg_color .fr_news .more {
                border-top: solid #f0f0f0 1px;
                float: left;
                width: 100%;
                padding: 20px;
                text-align: center;
            }

                .conBox_7 .bg_color .fr_news .more a {
                    font-size: 18px;
                    font-weight: bold;
                    color: #515151;
                }

                    .conBox_7 .bg_color .fr_news .more a i {
                        border: 1px solid #fb683b;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        font-size: 12px;
                        padding: 3px;
                        color: #fb683b;
                        margin-left: 10px;
                    }

                    .conBox_7 .bg_color .fr_news .more a:hover {
                        color: #fb683b;
                    }

.blur {
    -webkit-filter: blur(3px);
    /* Chrome, Safari, Opera */
    filter: blur(3px);
}



.cxhm-con-bt {
    text-align: center;
}

    .cxhm-con-bt h2 {
        display: inline-block;
        margin: 0 5px;
        font-size: 30px;
    }

    .cxhm-con-bt span {
        display: inline-block;
        height: 2px;
        width: 45px;
        background: #EC8617;
        position: relative;
        top: -7px;
    }

.w-1030 {
    width: 1030px;
    margin: 0 auto;
    position: relative;
}
.w-1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.qiyerongyu {
    padding-top: 100px;
}

    .qiyerongyu ul {
        height: 435px;
        margin-top: 100px;
    }

    .qiyerongyu li {
        width: 186px;
        height: 275px;
        float: left;
        box-shadow: 0px 3px 10px #efeaea;
        background: #ffffff;
        overflow: hidden;
        position: relative;
        transition: all .3s;
    }

.qyry-li-warp {
    width: 470px;
    position: absolute;
    right: 0;
}

.qyry-li-div {
    height: 435px;
}

.qiyerongyu ul .qyry-select {
    width: 470px;
}

.qyry-select .qyry-li-warp .qyry-li-div {
    margin-left: 0px;
}

.qyry-li-div div {
    display: table-cell;
    height: 232px;
    width: 470px;
    text-align: center;
    vertical-align: middle;
}

.qiyerongyu li strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #1ea7f4;
    text-align: center;
    margin-bottom: 10px;
}

.qiyerongyu li p {
    font-size: 16px;
    line-height: 30px;
    color: #000400;
    padding: 0 35px;
    text-align: center;
}

.qyry-select2 .qyry-li-warp {
    left: 0 !important;
}

/*# sourceMappingURL=index.css.map */
.about-banner {
    max-width: 1920px;
    height: 400px;
}

.t_num i {
    width: 20px;
    height: 36px;
    display: inline-block;
    background: url(/images/number1.png) no-repeat;
    background-position: 0 0;
}

.am_num {
    display: block;
    width: 125px;
    margin: 0 auto;
    text-align: center;
}

#total {
    width: 125px;
    display: inline-block;
    height: 45px;
    padding-top: 10px;
}

.about-content-span {
    display: inline-block;
    height: 36px;
    line-height: 54px;
    font-size: 30px;
    color: #FE7B03;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    top: -13px;
}

.about-content ul {
    display: inline-block;
    box-shadow: 0 5px 15px #eeeeee;
    height: 100px;
}

.about-content li {
    width: 250px;
    height: 100px;
    padding-top: 12px;
    float: left;
}

.about-content p {
    text-align: center;
    font-size: 16px;
    color: #656565;
}

.about-content-li1 {
    background: url(/images/2018101041.png) center center no-repeat;
}

.about-content-li2 {
    background: url(/images/2018101042.png) center center no-repeat;
}

.about-content-li3 {
    background: url(/images/2018101043.png) center center no-repeat;
}

.about-content-li4 {
    background: url(/images/2018101044.png) center center no-repeat;
}

.about-content {
    position: relative;
    top: -45px;
}

.about-content-li4 span {
    display: block;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 30px;
    color: #FE7B03;
    font-weight: bold;
}

.about-content-div {
    text-align: center;
}

.about-content2 {
    padding-top: 50px;
    height: 720px;
    position: relative;
}

.about-content2-p1 {
    font-size: 18px;
    color: #FF891D;
    padding-left: 250px;
}

.about-content2-p2,
.about-content2-p4 {
    font-size: 15px;
    color: #666666;
    text-indent: 2em;
    padding-left: 250px;
    padding-right: 20px;
    line-height: 26px;
    margin-top: 20px;
}

.about-content2-p3 {
    font-size: 16px;
    color: #333333;
    padding-left: 250px;
    margin-top: 20px;
}

.about-content2-p4 {
    margin-top: 20px;
    padding-left: 130px;
    position: absolute;
    top: 340px;
}

.about-content2-div {
    width: 770px;
    height: 530px;
    background: #F9FAFB;
    position: absolute;
    top: -40px;
    right: -25px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.about-content2-bottom {
    position: absolute;
    top: 300px;
}

.about-content2 img {
    position: relative;
    z-index: 1;
}

.about-content3 {
    max-width: 1920px;
    height: 407px;
    background: url(/images/j37.jpg) center center no-repeat;
    padding-top: 45px;
    position: relative
}

    .about-content3 p {
        user-select: none;
    }

    .about-content3 .bt-span2 {
        color: #fff;
    }

    .about-content3 ul {
        display: block;
        width: 1920px;
        height: 31px;
        background: url(/images/p77.png) 122px center no-repeat;
        margin-top: 170px;
    }

        .about-content3 ul li {
            width: 272px;
            height: 31px;
            text-align: center;
            position: relative;
            white-space: nowrap;
            float: left;
        }

.about-content3-p1,
.about-content3-p4 {
    width: 315px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    position: absolute;
    bottom: 50px;
    left: -19px;
}

.about-content3-p2,
.about-content3-p3 {
    width: 100%;
    font-size: 40px;
    color: #F4DF32;
    position: absolute;
    bottom: -50px;
}

.about-content3-p3 {
    bottom: 50px !important;
}

.about-content3-p4 {
    top: 40px !important;
}

.about-content3-div {
    max-width: 1030px;
    height: 310px;
    overflow-x: scroll;
    margin: 0 auto;
}

    .about-content3-div::-webkit-scrollbar {
        display: none;
    }

.about-content4 {
    padding: 75px 0 60px 0;
}

.about-content4-div {
    max-width: 1920px;
    height: 501px;
    background: url(/images/2018101104.png) center center no-repeat;
    margin-top: 40px;
}

    .about-content4-div div {
        position: relative;
    }

    .about-content4-div img {
        position: absolute;
        top: 7px;
        left: 6px;
    }

    .about-content4-div ul {
        display: inline-block;
        position: absolute;
        top: 216px;
        right: 0px;
    }

    .about-content4-div li {
        font-size: 18px;
        color: #fff;
        line-height: 40px;
    }

        .about-content4-div li span {
            display: inline-block;
            width: 10px;
            height: 8px;
            background: #FECB68;
            margin-right: 20px;
        }

.about-content4-li1 {
    padding-left: 150px;
}

.about-content4-li2 {
    padding-left: 100px;
}

.about-content4-li3 {
    padding-left: 50px;
}

.about-content5 {
    padding: 80px 0 0 0;
    background: #F9FAFB;
}

.about-content5-p1 {
    font-size: 20px;
    color: #4c4c4c;
    padding-left: 30px;
}

    .about-content5-p1 span {
        display: inline-block;
        width: 5px;
        height: 20px;
        background: #F58E47;
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

.about-content5-div {
    margin-bottom: 40px;
    display: inline-block;
}

.about-content5-div2 {
    width: 360px;
    height: 180px;
    background: #fff;
    box-shadow: 0 0 10px #eeeeee;
    margin-top: 15px;
    padding: 30px 0px 0 30px;
    margin: 20px 32px 35px 32px;
    float: left;
}

.about-content5-p2 {
    font-size: 18px;
    color: #F58E47;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-content5-p3 span {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 23px;
}

.about-content5-span1 {
    float: left;
    font-weight: bold;
    color: #333333;
}

.about-content5-div3 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
}

.about-content5-img {
    position: absolute;
    top: 0;
    right: 60px;
}

.about-content5-p3 {
    margin-bottom: 10px;
}

.about-content2-div2 {
    position: relative;
    margin-top: 95px;
}

.top-selected {
    opacity: 1;
}

.about-content3-left,
.about-content3-right {
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 120px;
    height: 60px;
    padding-top: 10px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1;
}

.about-content3-left {
    left: -40px;
}

    .about-content3-left:hover {
        background: rgba(0, 0, 0, .4);
    }

.about-content3-right:hover {
    background: rgba(0, 0, 0, .4);
}

.about-content3-right {
    right: -40px;
}

    .about-content3-left img,
    .about-content3-right img {
        width: 40px;
    }

.about-banner div {
    width: 1400px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.about-banner-img1 {
    position: absolute;
    left: 194px;
    top: 141px;
}

.about-banner-img2 {
    position: absolute;
    left: 426px;
    top: 100px;
}

.about-banner-img3 {
    position: absolute;
    right: 42px;
    top: 80px;
}

.about-content3-div2 {
    position: absolute;
    display: block;
    height: 100px;
}

.about-content3 h2 {
    color: #ffffff;
}

.about-content3 .cxhm-con-bt span {
    background: #9F9DA1 !important;
}


.about-content3-left img,
.about-content3-right img {
    width: 40px;
}